go/ast.IndexListExpr.Rbrack (field)
8 uses
go/ast (current package)
ast.go#L350: Rbrack token.Pos // position of "]"
ast.go#L530: func (x *IndexListExpr) End() token.Pos { return x.Rbrack + 1 }
go/internal/typeparams
typeparams.go#L28: Rbrack: rbrack,
typeparams.go#L48: Rbrack: e.Rbrack,
go/printer
nodes.go#L895: p.exprList(x.Lbrack, x.Indices, depth+1, commaTerm, x.Rbrack, false)
nodes.go#L896: p.print(x.Rbrack, token.RBRACK)
golang.org/x/tools/internal/typeparams
common.go#L45: return e.X, e.Lbrack, e.Indices, e.Rbrack
common.go#L69: Rbrack: rbrack,